'Declaration
Public Function NextNonEmptyQuickAccessKey( _ ByVal excludeIndex As Integer, _ ByRef value As T _ ) As Long
'Usage
Dim instance As SparseArray(Of T) Dim excludeIndex As Integer Dim value As T Dim value As Long value = instance.NextNonEmptyQuickAccessKey(excludeIndex, value)
public long NextNonEmptyQuickAccessKey( int excludeIndex, out T value )
Parameters
- excludeIndex
- value